Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Brenon
arcades
Commits
3bfa02c2
Commit
3bfa02c2
authored
Jul 17, 2017
by
Alexis Brenon
Browse files
🚑
Fix arcades submodule access
parent
832a39d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
arcades/environment/states/datasource/labelled/AnnotatedLabelledDataProvider.lua
View file @
3bfa02c2
...
...
@@ -4,7 +4,7 @@ local paths = require('paths')
local
tablex
=
require
(
'pl.tablex'
)
local
module
=
{}
local
environment
=
require
(
'environment'
)
local
environment
=
require
(
'
arcades.
environment'
)
assert
(
environment
.
states
.
datasource
.
DataSource
)
local
class
,
super
=
torch
.
class
(
'AnnotatedLabelledDataProvider'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment